
<div id="sidebar">

<!--
NOTE:
You can put anything in the sidebar up to a maximum width of 210 pixels.
To create a title simply use the <strong>-tag.
-->

	<div class="sidebar_list">
	
		<strong>Search</strong>
		<txp:search_input label="" wraptag="div" />

		<strong>Feeds</strong>
		<ul>
			<txp:feed_link flavor="atom" format="a" label="Atom 1.0" wraptag="li" />
			<txp:feed_link flavor="rss" format="a" label="RSS 2.0" wraptag="li" />
		</ul>

		<txp:recent_articles break="li" label="Recent Articles" labeltag="strong" limit="5" sort="Posted asc" wraptag="ul" />

		<txp:recent_comments break="li" label="Recent Comments" labeltag="strong" limit="5" sort="posted asc" wraptag="ul" />

		<txp:linklist break="li" form="Links" category="Blogroll" label="Blogroll" labeltag="strong" sort="linksort asc" wraptag="ul" />

	</div>

</div>